HTTPS in detail

HTTP - HyperText Transfer Protocol

Created: 2022-07-20
Tags: #fleeting


HTTPS is secure version of HTTP - HyperText Transfer Protocol that
encrypts data transmission between client and server

HTTPS uses

  • port 443
  • Public/Pair authentication mode
    #myquestion You mean, a public and private key authentication mode?

References